Package-level declarations

Types

Link copied to clipboard
Used to limit the display range of the calendar and set an openAt month.
Link copied to clipboard
A DateValidator that accepts a list of Date Validators.
Link copied to clipboard
Interface for users of < to control how the Calendar displays and returns selections.
Link copied to clipboard
A CalendarConstraints.DateValidator that enables only dates before a given point.
Link copied to clipboard
A CalendarConstraints.DateValidator that enables dates from a given point forward.
Link copied to clipboard
abstract class DayViewDecorator : Parcelable
A decorator which allows customizing the day of month views within a MaterialDatePicker.
Link copied to clipboard
class MaterialCalendar<S> : PickerFragment<S>
Fragment for a days of week Calendar represented as a header row of days labels and GridView of days backed by MonthAdapter.
Link copied to clipboard
A Dialog with a header, MaterialCalendar, and set of actions.
Listener that provides the current MaterialCalendar<S> selection.
Link copied to clipboard
class MaterialTextInputPicker<S> : PickerFragment<S>
Fragment for picking date(s) with text fields.
Link copied to clipboard
Listener that provides selection.
Link copied to clipboard
A DateSelector that uses a Pair of Long objects to represent a selected range.
Link copied to clipboard
A DateSelector that uses a Long for its selection state.